.project-learn-more{
    width: 15em;
    height: 3em;
    background-color: rgba(38, 28, 37, 0.81);
    border: .2em solid white;
    font-family: RedHatDisplay;
    font-weight: bold;
    color: white;
    font-size: 1.4em;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: border-width 0.3s ease;
}

.button:hover {
    border-width: .4em;
}

.project-header{
    background: url("../assets/KeyArtFPO1_2x.png") no-repeat;
    margin-top:8vh;
    height: 92vh;
    width: 100%;
    background-size: cover;
}

@media (max-width: 1920px) {
    .project-header{
        background: url("../assets/1080/KeyArtFPO1.png") no-repeat;
    }
}



.project-header .row:nth-child(1) {
    flex: 0 0 35%;
}
.project-header .row:nth-child(2) {
    flex: 0 0 35%;
}

.project-header .row:nth-child(3) {
    flex: 0 0 30%;
}

.project-down-arrow{
    margin-bottom: 2%;
    max-width: 100%;
}

.about-logo-image{
    margin-right: auto;
    margin-left: auto;
    width: 75vh;
}

.mask1{
    background: url("../assets/Mask Group -1_2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1050;
}

.about-center{
    margin-left: auto;
    margin-right: auto;
}

.about-heading{
    text-weight: 900;
    text-align: center;
}

.about-text{
    margin-left: 70vh;
    margin-right: 70vh;
    text-align: left;
}

.about-link{
    width: 15em;
    cursor: pointer;
    height: 3em;
    background-color: #413e3e;
    border: .2em solid white;
    font-family: RedHatDisplay;
    font-weight: bold;
    color: white;
    font-size: 1.4em;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 90%;
}

.box-heading{
    font-family: RedHatDisplay;
    height: 10vh;
    padding: 3vh;
    text-align: center;
    color: #c89966;
    font-weight: 900;
    background: #181915;
    width: 100%;
    z-index: 1050;
}

.team-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 75%;
    padding-top: 10vh;
}

.team-column {
    margin: 20px;
}


.team-picture {
    height: 15vh;
    width: 15vh;
}

.team-box {
    margin-bottom: 20px;
    height: 15vh;
}

.team-text-name{
    color: #c89966;
}

.join-text{
    margin-top: 8vh;
    font-weight: 1 !important;
    line-height: 1.4;
}

.button{
	width: 15em;
    cursor: pointer;
    height: 3em;
    background-color: #413e3e;
    border: .2em solid white;
    font-family: RedHatDisplay;
    font-weight: bold;
    color: white;
    font-size: 1.4em;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    opacity: 90%;
	transition: border-width 0.3s ease;
}